home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / chain100.zip / CRMULTI.BAT < prev    next >
DOS Batch File  |  1992-02-03  |  1KB  |  22 lines

  1. Echo Off
  2. CD\DOORS\CHAIN
  3. CHAIN.EXE C:\RA\LINE%1
  4. CD\RA\LINE%1
  5.  
  6.  
  7. Rem ┌────────────────────────────────────────────────────────────────────────┐
  8. Rem │  Chain Reaction v1.00 Multi-Node Batch file example                    │
  9. Rem │                                                                        │
  10. Rem │    Line 1: Turns Echo Off                                              │
  11. Rem │    Line 2: Changes to your Chain Reaction Directory (C:\DOORS\CHAIN)   │
  12. Rem │    Line 3: Runs Chain Reaction and specifies where to look for the     │
  13. Rem │            EXITINFO.BBS and DORINFO1.DEF files.  The %1 is             │
  14. Rem │            the node number passed by the *N from your BBS Software.    │
  15. Rem │            If the nodenumber was 1, then this example would            │
  16. Rem │            look for files in C:\RA\LINE1.                              │
  17. Rem │    Line 4: Switches back to the correct directory for that             │
  18. Rem │            node of your board.  Again, the %1 represents the           │
  19. Rem │            nodenumber.  If the nodenumber was 1, then this             │
  20. Rem │            example would go to directory \RA\LINE1.                    │
  21. Rem └────────────────────────────────────────────────────────────────────────┘
  22.